home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / oberonv4 / tool / browser.tool (.txt) < prev    next >
Oberon Text  |  1994-07-03  |  423b  |  13 lines

  1. Syntax10.Scn.Fnt
  2. Browser - the Oberon module broser
  3. Browser.ShowDef (^ | module)
  4.     shows the definition of an Oberon module
  5. Browser.ShowObj (^ | module.object)
  6.     shows the definition of an exported object
  7. Browser.ShowTree {modulename} ~
  8.     shows the hierarchy of exported record types
  9. Examples:
  10.     Browser.ShowDef Oberon
  11.     Browser.ShowObj Files.Set
  12.     Browser.ShowTree Display Viewers MenuViewers TextFrames ~
  13.